home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / ezlblr10.zip / EXAMPLE.EZL < prev    next >
Text File  |  1990-04-10  |  6KB  |  110 lines

  1. ; This file is an example EZ-Copy Plus V1.30 Label File (.ezl).
  2. ; All options and parameters are described here.  See the manual
  3. ;   for further details.
  4. ; To look at the output this file generates, type 'ezl example.ezl prn'.
  5. ; This assumes your printer is on and connected to the printer port.
  6. ; Alternatively, labels can be printed during diskette duplication with
  7. ;   EZ-Copy Plus.
  8.  
  9. ; An EZ-Copy Plus Label File consists of any combination of:
  10. ;       label lines
  11. ;       comments 
  12. ;       command keywords
  13. ;       in-label keywords
  14. ;       printer control code sequences (See your printer manual for details.)
  15.  
  16.  
  17. ; Any text after a ';' is ignored (use for comments).
  18. ; Blank lines are ignored.
  19. ; Any other line that DOESN'T start with a   @ ; . <   will be an error.
  20. ; Maximum line length is 1024.
  21.  
  22. ; Label file for EZ-InFORMa dB Full System Disk.
  23.  
  24. ;***************************************************************************
  25. ; These are command keywords.  A command keyword must start with
  26. ;   an '@' in the first column of a line.  One keyword per line only.
  27. ; The letters in keywords can be upper and/or lower case.
  28. ; Multiple keywords on a line are ignored.
  29. ; The equal sign ('=') assigns a value to a keyword.  Spaces after an
  30. ;   equal sign are significant.
  31. ; NOTE: snfile, snlist and pause are not supported by EZ-Copy Plus or Lite.
  32.  
  33. @copies=2               ;number of identical copies (makes 1 set).
  34.                         ; Default 1, maximum 32767.
  35. @s/n=IF10272890         ;serial number of first label set. Default is 0.
  36.                         ; COPYEZ S/N option will override this keyword.
  37. @snlength=10            ;optional length of serial number. defaults to length
  38.                         ; of serial number specified by @s/n keyword. Max 128.
  39.                         ; COPYEZ SNLENGTH option will override this keyword.
  40. @snfile=a:serial.ezx    ;when specified, the serial number will be placed
  41.                         ; into this file.  If the file already exists, it will
  42.                         ; be overwritten.  Meant for serializing diskettes.
  43. @snlist=c:serial.lst    ;when specified, the serial number will be placed
  44.                         ; into this file.  If the file doesn't already exist,
  45.                         ; it will be created, otherwise the serial number
  46.                         ; is appended.  Meant for keeping a list of serial
  47.                         ; numbers that were printed.  When this file exists,
  48.                         ; the last serial number in it overrides the
  49.                         ; s/n keyword.
  50. @pause=on               ;causes a pause before printing a label set.
  51. @output=lpt1            ;specify port, file, screen.  Default is 'prn'.
  52.                         ; '@output=con:' specifies to screen
  53.                         ; '@output=filename.ext' specifes to file filename.ext
  54. @labels=10              ;number of label sets to print, default is 1, max 32767.
  55.                         ; @labels is IGNORED when label printed with COPYEZ,
  56.                         ; since 1 label set is printed for each disk copied.
  57. @dtformat=mm-dd-ccyy    ;format for date field. No spaces allowed within format.
  58.                         ;Defaults to mm/dd/ccyy. Max length is 32.
  59.                         ; dd is date, mm is month, yy is year, cc is century
  60. @date=03-01-1990        ;uses today's date when not specified.
  61.                         ; OVERRIDES dtformat keyword. Max length is 32.
  62. @time=12:00:00          ;uses current time when not specified. Max length is 8.
  63. ;***************************************************************************
  64.  
  65.  
  66. ;***************************************************************************
  67. ; These are in-label keywords.  All start with a '~' and are only valid
  68. ;   on a label line (see further below).
  69. ; CAUTION:  ANY characters directly after an in-label keyword are ignored
  70. ;           (up to the replacement length).  DON'T place additional keywords
  71. ;           or printer control codes directly after in-label keywords.
  72. ;
  73. ;   ~D is replaced with date - format selected by 'dtformat' keyword.
  74. ;   ~T is replaced with time.
  75. ;   ~S is replaced with serial number - selected by 's/n' keyword,
  76. ;       or from the serial.nos file, if run from COPYEZ.  If this keyword
  77. ;       appears at the end of a line, pad the area with any character
  78. ;       so the total space is at least as long as the serial number.
  79. ;***************************************************************************
  80.  
  81.  
  82. ;***************************************************************************
  83. ; Any line that starts with a '<' is a printer control code line.
  84. ; Control code numbers must be listed in decimal and seperated by spaces.
  85. ; Control codes can also be interspersed within a form by surrounding
  86. ; the list of codes with '<' and '>'.  Codes do not take any space on the
  87. ; printed label, unless the code causes a blank space.
  88. ; The file 'EPSON.EZL' lists some useful EPSON control code sequences.
  89.  
  90. <27 69> ;This code sequence tells an Epson compatible printer to print bold.
  91. ;***************************************************************************
  92.  
  93.  
  94. ;***************************************************************************
  95. ; Here is a typical label, 6 lines high by 34 columns wide.
  96. ; Every label line must start with a period.
  97. ; If printer control codes are interspersed within a label, alignment
  98. ;   of label areas should be thoroughly tested.
  99.  
  100. .    <27 45 1>EZ-InFORMa dB (tm) V1.00<27 45 0>      ; Underline on/off
  101. .       Serial #~SSSSSSSSS         ;
  102. .Release: ~DDDDDDDDD Time: ~TTTTTTT;
  103. .(C)opyright 1989-90 EZX Publishing;
  104. .        FULL SYSTEM DISK          ;
  105. .                                  ;
  106.  
  107. ;***************************************************************************
  108.  
  109. <27 70> ;This code sequence tells an Epson compatible printer to turn off bold.
  110.